Vcenter NamespaceManagement Supervisors Zones Bindings Info

Vcenter NamespaceManagement Supervisors Zones Bindings Info
Vcenter NamespaceManagement Supervisors Zones Bindings Info

The Vcenter NamespaceManagement Supervisors Zones Bindings Info schema contains the information for a vSphere Zone related to a Supervisor.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "zone": "string",
    "type": "string",
    "namespaces": [
        "string"
    ],
    "marked_for_removal": false,
    "status": "string",
    "messages": [
        {
            "severity": "string",
            "details": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            }
        }
    ],
    "resource_allocation": {
        "vm_reservations": [
            {
                "reserved_vm_class": "string",
                "count": 0
            }
        ]
    }
}
string
zone
Required

Identifier of the vSphere Zone.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone.

string
type
Required

Type of the vSphere Zone.

For more information see: Vcenter NamespaceManagement Supervisors Zones Bindings Type.

This property was added in vSphere API 9.0.0.0.

array of string
namespaces
Required

List of vSphere Namespaces names associated with the vSphere Zone.

This property was added in vSphere API 9.0.0.0.

boolean
marked_for_removal
Required

Indicates if vSphere Zone has been marked for removal.

This property was added in vSphere API 9.0.0.0.

string
status
Optional

Indicates vSphere Zone's configuration status.

For more information see: Vcenter NamespaceManagement Supervisors Zones Bindings ConfigStatus.

This property was added in vSphere API 9.0.0.0.

This property is optional because it was added in a newer version than its parent node.

messages
Optional

List of messages populated when the vSphere Zone configuration was not successfully applied.

This property was added in vSphere API 9.0.0.0.

This property is optional because it was added in a newer version than its parent node.

resource_allocation
Optional

Desired resource allocations for the vSphere Zone.

This property was added in vSphere API 9.0.0.0.

This property is optional because it was added in a newer version than its parent node.